home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132
/
Vol 132.iso
/
games
/
pupworld.swf
/
scripts
/
DefineButton2_662
/
BUTTONCONDACTION on(keyPress Down).as
next >
Wrap
Text File
|
2011-06-09
|
98b
|
7 lines
on(keyPress "<Down>"){
if(Key.isDown(17))
{
level.player.intelligence--;
}
}